std::bitset::all

From Cppreference

Jump to: navigation, search
bool all() const;

Checks if all bits are set to true.

Parameters

(none)

Return value

true if all bits are set to true, otherwise false

See also

any
checks if any of the bits are set to true
(public member function)
none
checks if no bits are set to true
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages